Converts the specified points from physical to logical coordinates.
Syntax
Visual Basic (Declaration) | |
---|
Overloads Public Function PointToLogical( _
ByVal pts() As PointF _
) As PointF() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Transformer
Dim pts() As PointF
Dim value() As PointF
value = instance.PointToLogical(pts) |
Parameters
- pts
- The input physical points.
Return Value
The points converted from physical to logical coordinates.
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also